home *** CD-ROM | disk | FTP | other *** search
/ 45 Great Windows Utilities 6 / 45 Great Windows Utilities Volume 6 MOJO-405 (Mojo Software).iso / rwin / rwin.doc < prev    next >
Text File  |  1994-07-31  |  3KB  |  76 lines

  1. RWindows 0.5a Beta release 2    Windows startup screen randomizer
  2. Copyright (C) 1994 Michael Lea
  3.  
  4. This program is free software; you can redistribute it and/or modify it under
  5. the terms of the GNU General Public License as published by the Free Software
  6. Foundation; either version 2 of the Licence, or any later version.
  7.  
  8. RWindows is a simple program to randomize the startup screen for Windows.
  9.  
  10. REQUIREMENTS:
  11.         Microsoft Windows
  12.         PKUnZip
  13.  
  14. SYNTAX:
  15.         rwin.exe [zipfile]
  16.  
  17. USE:
  18.         Place rwin.exe in your Windows directory, and go32.exe in any
  19.         directory in your path.  You must also have pkunzip.exe in a
  20.         directory in your path.
  21.         
  22.         Create a ZIP file (using PKZip) that contains any number of RLE4
  23.         (16 color) files that you want to use as startup screens for
  24.         Windows.  Each RLE file must be no more than 50,416 bytes in length.
  25.         Place the ZIP file in your windows\system directory.
  26.  
  27.         You may name your ZIP file anything you want.  The default name
  28.         is startup.zip, but any other name may be specified on the rwin.exe
  29.         command line (including the .zip extension).
  30.  
  31. SOURCE CODE:
  32.         The source code for rwin.exe is included with the program (rwin.cc
  33.         and strext.h).  The source code for go32.exe is available with the
  34.         gcc compiler.
  35.  
  36.         Feel free to modify the source code in any way.  I only ask that you
  37.         send me a copy of the new source, and a brief description of what you
  38.         changed (if it is convenient).
  39.  
  40. BUGS:
  41.         Sometimes rwin.exe will extract a new .rle logo into win.com, but
  42.         will not run Windows.  I haven't found any pattern to this, but if
  43.         you run rwin.exe again, Windows will run.
  44.  
  45.         Sometimes rwin.exe reboots the computer after exiting Windows.
  46.  
  47.         If you find any more bugs, or can find any pattern or solutions to
  48.         these ones, please let me know.
  49.  
  50. VERSION HISTORY:
  51.         0.5     first Beta release
  52.                 separate ZIP files for source/executables
  53.         0.5a    second Beta release
  54.                 no substantial changes to code
  55.                 released under GNU GPL
  56.                 source & executables in same ZIP file
  57.                 improved documentation
  58.  
  59. LICENSE:
  60.         See the readme.txt and copying files for license and warranty
  61.         information.
  62.  
  63. CONTACTING THE AUTHOR:
  64.         For complements, bug reports, questions, or just about anything else,
  65.         you can reach me by snail-mail at:
  66.                 Michael Lea
  67.                 P.O. Box 98
  68.                 Hamiota, MB  R0M 0T0
  69.                 Canada
  70.         or by e-mail at:
  71.                 umlea@cc.umanitoba.ca
  72.  
  73. TRADEMARKS:
  74.         Windows is a trademark of Microsoft Corporation.
  75.         PKZip is a registered trademark of PKWare, Inc.
  76.